object FormAvanzadasAuto: TFormAvanzadasAuto Left = 485 Top = 235 BorderIcons = [biSystemMenu] BorderStyle = bsSingle Caption = 'Configuraci�n del autodiagn�stico' ClientHeight = 301 ClientWidth = 437 Color = 14215660 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Scaled = False Icon.Data = {} OldCreateOrder = False Position = poScreenCenter OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object PGInicio: TPlaGroupBox Left = 14 Top = 7 Width = 409 Height = 146 TitleFont.Charset = DEFAULT_CHARSET TitleFont.Color = 13977088 TitleFont.Height = -11 TitleFont.Name = 'Tahoma' TitleFont.Style = [] Caption = 'Autodiagn�stico al inicio de Windows' TabOrder = 0 object Label1: TLabel Left = 57 Top = 22 Width = 234 Height = 13 Caption = 'Se efect�a durante el inicio del sistema operativo.' end object Label2: TLabel Left = 57 Top = 66 Width = 345 Height = 39 Caption = 'El autodiagn�stico al inicio de Windows mostrar� una alerta s�lo' + ' cuando la protecci�n de tu PC requiera tu atenci�n. Si quieres ' + 'que se muestre el resultado en todos los casos marca la siguient' + 'e casilla:' Constraints.MinWidth = 345 WordWrap = True end object Image1: TImage Left = 10 Top = 22 Width = 32 Height = 32 AutoSize = True Picture.Data = {} Transparent = True end object CBInicio: TPlaCheckBox Left = 57 Top = 43 Width = 232 Height = 16 Caption = 'Activar autodiagn�stico al inicio de Windows' TabOrder = 0 end object CBMostrarInforme: TPlaCheckBox Left = 57 Top = 124 Width = 152 Height = 16 Caption = 'Mostrar el resultado siempre' TabOrder = 1 end end object PGPeriodico: TPlaGroupBox Left = 14 Top = 164 Width = 409 Height = 97 TitleFont.Charset = DEFAULT_CHARSET TitleFont.Color = 13977088 TitleFont.Height = -11 TitleFont.Name = 'Tahoma' TitleFont.Style = [] Caption = 'Autodiagn�stico peri�dico' TabOrder = 1 object Label3: TLabel Left = 57 Top = 19 Width = 345 Height = 26 Caption = 'Comprueba peri�dicamente que tu PC contin�a protegido. Se mostra' + 'r� una alerta s�lo cuando la protecci�n de tu PC requiera tu ate' + 'nci�n.' Constraints.MinWidth = 345 WordWrap = True end object Image2: TImage Left = 10 Top = 22 Width = 32 Height = 32 AutoSize = True Picture.Data = {} Transparent = True end object CBPeriodico: TPlaCheckBox Left = 57 Top = 65 Width = 178 Height = 16 Caption = 'Activar autodiagn�stico peri�dico' TabOrder = 0 end end object BAceptar: TPlaButton Left = 265 Top = 269 Width = 75 Height = 21 Anchors = [akRight, akBottom] Caption = '&Aceptar' TabOrder = 2 OnClick = BAceptarClick ModalResult = 1 end object BCancelar: TPlaButton Left = 348 Top = 269 Width = 75 Height = 21 Anchors = [akRight, akBottom] Caption = '&Cancelar' TabOrder = 3 Cancel = True ModalResult = 2 end end